Uses of Class
com.amazonaws.services.identitymanagement.model.UpdateSAMLProviderRequest
Packages that use UpdateSAMLProviderRequest
Package
Description
-
Uses of UpdateSAMLProviderRequest in com.amazonaws.services.identitymanagement
Methods in com.amazonaws.services.identitymanagement with parameters of type UpdateSAMLProviderRequestModifier and TypeMethodDescriptionAbstractAmazonIdentityManagement.updateSAMLProvider(UpdateSAMLProviderRequest request) AmazonIdentityManagement.updateSAMLProvider(UpdateSAMLProviderRequest updateSAMLProviderRequest) Updates the metadata document for an existing SAML provider resource object.AmazonIdentityManagementClient.updateSAMLProvider(UpdateSAMLProviderRequest updateSAMLProviderRequest) Updates the metadata document for an existing SAML provider resource object.AbstractAmazonIdentityManagementAsync.updateSAMLProviderAsync(UpdateSAMLProviderRequest request) AbstractAmazonIdentityManagementAsync.updateSAMLProviderAsync(UpdateSAMLProviderRequest request, AsyncHandler<UpdateSAMLProviderRequest, UpdateSAMLProviderResult> asyncHandler) AmazonIdentityManagementAsync.updateSAMLProviderAsync(UpdateSAMLProviderRequest updateSAMLProviderRequest) Updates the metadata document for an existing SAML provider resource object.AmazonIdentityManagementAsync.updateSAMLProviderAsync(UpdateSAMLProviderRequest updateSAMLProviderRequest, AsyncHandler<UpdateSAMLProviderRequest, UpdateSAMLProviderResult> asyncHandler) Updates the metadata document for an existing SAML provider resource object.AmazonIdentityManagementAsyncClient.updateSAMLProviderAsync(UpdateSAMLProviderRequest request) AmazonIdentityManagementAsyncClient.updateSAMLProviderAsync(UpdateSAMLProviderRequest request, AsyncHandler<UpdateSAMLProviderRequest, UpdateSAMLProviderResult> asyncHandler) Method parameters in com.amazonaws.services.identitymanagement with type arguments of type UpdateSAMLProviderRequestModifier and TypeMethodDescriptionAbstractAmazonIdentityManagementAsync.updateSAMLProviderAsync(UpdateSAMLProviderRequest request, AsyncHandler<UpdateSAMLProviderRequest, UpdateSAMLProviderResult> asyncHandler) AmazonIdentityManagementAsync.updateSAMLProviderAsync(UpdateSAMLProviderRequest updateSAMLProviderRequest, AsyncHandler<UpdateSAMLProviderRequest, UpdateSAMLProviderResult> asyncHandler) Updates the metadata document for an existing SAML provider resource object.AmazonIdentityManagementAsyncClient.updateSAMLProviderAsync(UpdateSAMLProviderRequest request, AsyncHandler<UpdateSAMLProviderRequest, UpdateSAMLProviderResult> asyncHandler) -
Uses of UpdateSAMLProviderRequest in com.amazonaws.services.identitymanagement.model
Methods in com.amazonaws.services.identitymanagement.model that return UpdateSAMLProviderRequestModifier and TypeMethodDescriptionUpdateSAMLProviderRequest.clone()UpdateSAMLProviderRequest.withSAMLMetadataDocument(String sAMLMetadataDocument) An XML document generated by an identity provider (IdP) that supports SAML 2.0.UpdateSAMLProviderRequest.withSAMLProviderArn(String sAMLProviderArn) The Amazon Resource Name (ARN) of the SAML provider to update.