Uses of Class
com.amazonaws.services.identitymanagement.model.UpdateSAMLProviderRequest

Packages that use UpdateSAMLProviderRequest
com.amazonaws.services.identitymanagement Synchronous and asynchronous client classes for accessing AmazonIdentityManagement. 
com.amazonaws.services.identitymanagement.model Classes modeling the various types represented by AmazonIdentityManagement. 
 

Uses of UpdateSAMLProviderRequest in com.amazonaws.services.identitymanagement
 

Methods in com.amazonaws.services.identitymanagement with parameters of type UpdateSAMLProviderRequest
 UpdateSAMLProviderResult AmazonIdentityManagementClient.updateSAMLProvider(UpdateSAMLProviderRequest updateSAMLProviderRequest)
           Updates the metadata document for an existing SAML provider.
 UpdateSAMLProviderResult AmazonIdentityManagement.updateSAMLProvider(UpdateSAMLProviderRequest updateSAMLProviderRequest)
           Updates the metadata document for an existing SAML provider.
 Future<UpdateSAMLProviderResult> AmazonIdentityManagementAsyncClient.updateSAMLProviderAsync(UpdateSAMLProviderRequest updateSAMLProviderRequest)
           Updates the metadata document for an existing SAML provider.
 Future<UpdateSAMLProviderResult> AmazonIdentityManagementAsync.updateSAMLProviderAsync(UpdateSAMLProviderRequest updateSAMLProviderRequest)
           Updates the metadata document for an existing SAML provider.
 Future<UpdateSAMLProviderResult> AmazonIdentityManagementAsyncClient.updateSAMLProviderAsync(UpdateSAMLProviderRequest updateSAMLProviderRequest, AsyncHandler<UpdateSAMLProviderRequest,UpdateSAMLProviderResult> asyncHandler)
           Updates the metadata document for an existing SAML provider.
 Future<UpdateSAMLProviderResult> AmazonIdentityManagementAsync.updateSAMLProviderAsync(UpdateSAMLProviderRequest updateSAMLProviderRequest, AsyncHandler<UpdateSAMLProviderRequest,UpdateSAMLProviderResult> asyncHandler)
           Updates the metadata document for an existing SAML provider.
 

Method parameters in com.amazonaws.services.identitymanagement with type arguments of type UpdateSAMLProviderRequest
 Future<UpdateSAMLProviderResult> AmazonIdentityManagementAsyncClient.updateSAMLProviderAsync(UpdateSAMLProviderRequest updateSAMLProviderRequest, AsyncHandler<UpdateSAMLProviderRequest,UpdateSAMLProviderResult> asyncHandler)
           Updates the metadata document for an existing SAML provider.
 Future<UpdateSAMLProviderResult> AmazonIdentityManagementAsync.updateSAMLProviderAsync(UpdateSAMLProviderRequest updateSAMLProviderRequest, AsyncHandler<UpdateSAMLProviderRequest,UpdateSAMLProviderResult> asyncHandler)
           Updates the metadata document for an existing SAML provider.
 

Uses of UpdateSAMLProviderRequest in com.amazonaws.services.identitymanagement.model
 

Methods in com.amazonaws.services.identitymanagement.model that return UpdateSAMLProviderRequest
 UpdateSAMLProviderRequest UpdateSAMLProviderRequest.withSAMLMetadataDocument(String sAMLMetadataDocument)
          An XML document generated by an identity provider (IdP) that supports SAML 2.0.
 UpdateSAMLProviderRequest UpdateSAMLProviderRequest.withSAMLProviderArn(String sAMLProviderArn)
          The Amazon Resource Name (ARN) of the SAML provider to update.
 



Copyright © 2016. All rights reserved.