Uses of Class
com.amazonaws.services.identitymanagement.model.UpdateSAMLProviderResult
-
Packages that use UpdateSAMLProviderResult Package Description com.amazonaws.services.identitymanagement com.amazonaws.services.identitymanagement.model -
-
Uses of UpdateSAMLProviderResult in com.amazonaws.services.identitymanagement
Methods in com.amazonaws.services.identitymanagement that return UpdateSAMLProviderResult Modifier and Type Method Description UpdateSAMLProviderResult
AbstractAmazonIdentityManagement. updateSAMLProvider(UpdateSAMLProviderRequest request)
UpdateSAMLProviderResult
AmazonIdentityManagement. updateSAMLProvider(UpdateSAMLProviderRequest updateSAMLProviderRequest)
Updates the metadata document for an existing SAML provider resource object.UpdateSAMLProviderResult
AmazonIdentityManagementClient. updateSAMLProvider(UpdateSAMLProviderRequest updateSAMLProviderRequest)
Updates the metadata document for an existing SAML provider resource object.Method parameters in com.amazonaws.services.identitymanagement with type arguments of type UpdateSAMLProviderResult Modifier and Type Method Description Future<UpdateSAMLProviderResult>
AbstractAmazonIdentityManagementAsync. updateSAMLProviderAsync(UpdateSAMLProviderRequest request, AsyncHandler<UpdateSAMLProviderRequest,UpdateSAMLProviderResult> asyncHandler)
Future<UpdateSAMLProviderResult>
AmazonIdentityManagementAsync. updateSAMLProviderAsync(UpdateSAMLProviderRequest updateSAMLProviderRequest, AsyncHandler<UpdateSAMLProviderRequest,UpdateSAMLProviderResult> asyncHandler)
Updates the metadata document for an existing SAML provider resource object.Future<UpdateSAMLProviderResult>
AmazonIdentityManagementAsyncClient. updateSAMLProviderAsync(UpdateSAMLProviderRequest request, AsyncHandler<UpdateSAMLProviderRequest,UpdateSAMLProviderResult> asyncHandler)
-
Uses of UpdateSAMLProviderResult in com.amazonaws.services.identitymanagement.model
Methods in com.amazonaws.services.identitymanagement.model that return UpdateSAMLProviderResult Modifier and Type Method Description UpdateSAMLProviderResult
UpdateSAMLProviderResult. clone()
UpdateSAMLProviderResult
UpdateSAMLProviderResult. withSAMLProviderArn(String sAMLProviderArn)
The Amazon Resource Name (ARN) of the SAML provider that was updated.
-