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

Packages that use CreateSAMLProviderResult
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 CreateSAMLProviderResult in com.amazonaws.services.identitymanagement
 

Methods in com.amazonaws.services.identitymanagement that return CreateSAMLProviderResult
 CreateSAMLProviderResult AmazonIdentityManagementClient.createSAMLProvider(CreateSAMLProviderRequest createSAMLProviderRequest)
           Creates an IAM entity to describe an identity provider (IdP) that supports SAML 2.0.
 CreateSAMLProviderResult AmazonIdentityManagement.createSAMLProvider(CreateSAMLProviderRequest createSAMLProviderRequest)
           Creates an IAM entity to describe an identity provider (IdP) that supports SAML 2.0.
 

Methods in com.amazonaws.services.identitymanagement that return types with arguments of type CreateSAMLProviderResult
 Future<CreateSAMLProviderResult> AmazonIdentityManagementAsyncClient.createSAMLProviderAsync(CreateSAMLProviderRequest createSAMLProviderRequest)
           Creates an IAM entity to describe an identity provider (IdP) that supports SAML 2.0.
 Future<CreateSAMLProviderResult> AmazonIdentityManagementAsync.createSAMLProviderAsync(CreateSAMLProviderRequest createSAMLProviderRequest)
           Creates an IAM entity to describe an identity provider (IdP) that supports SAML 2.0.
 Future<CreateSAMLProviderResult> AmazonIdentityManagementAsyncClient.createSAMLProviderAsync(CreateSAMLProviderRequest createSAMLProviderRequest, AsyncHandler<CreateSAMLProviderRequest,CreateSAMLProviderResult> asyncHandler)
           Creates an IAM entity to describe an identity provider (IdP) that supports SAML 2.0.
 Future<CreateSAMLProviderResult> AmazonIdentityManagementAsync.createSAMLProviderAsync(CreateSAMLProviderRequest createSAMLProviderRequest, AsyncHandler<CreateSAMLProviderRequest,CreateSAMLProviderResult> asyncHandler)
           Creates an IAM entity to describe an identity provider (IdP) that supports SAML 2.0.
 

Method parameters in com.amazonaws.services.identitymanagement with type arguments of type CreateSAMLProviderResult
 Future<CreateSAMLProviderResult> AmazonIdentityManagementAsyncClient.createSAMLProviderAsync(CreateSAMLProviderRequest createSAMLProviderRequest, AsyncHandler<CreateSAMLProviderRequest,CreateSAMLProviderResult> asyncHandler)
           Creates an IAM entity to describe an identity provider (IdP) that supports SAML 2.0.
 Future<CreateSAMLProviderResult> AmazonIdentityManagementAsync.createSAMLProviderAsync(CreateSAMLProviderRequest createSAMLProviderRequest, AsyncHandler<CreateSAMLProviderRequest,CreateSAMLProviderResult> asyncHandler)
           Creates an IAM entity to describe an identity provider (IdP) that supports SAML 2.0.
 

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

Methods in com.amazonaws.services.identitymanagement.model that return CreateSAMLProviderResult
 CreateSAMLProviderResult CreateSAMLProviderResult.withSAMLProviderArn(String sAMLProviderArn)
          The Amazon Resource Name (ARN) of the SAML provider.
 



Copyright © 2016. All rights reserved.