Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
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)
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.
|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
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.
|
Modifier and Type | Method and Description |
---|---|
CreateSAMLProviderRequest |
CreateSAMLProviderRequest.withName(String name)
The name of the provider to create.
|
CreateSAMLProviderRequest |
CreateSAMLProviderRequest.withSAMLMetadataDocument(String sAMLMetadataDocument)
An XML document generated by an identity provider (IdP) that supports
SAML 2.0.
|
Copyright © 2014. All rights reserved.