Package | Description |
---|---|
com.amazonaws.services.identitymanagement | |
com.amazonaws.services.identitymanagement.model |
Modifier and Type | Method and Description |
---|---|
CreateSAMLProviderResult |
AmazonIdentityManagementClient.createSAMLProvider(CreateSAMLProviderRequest createSAMLProviderRequest)
Creates an IAM resource that describes an identity provider (IdP) that
supports SAML 2.0.
|
CreateSAMLProviderResult |
AbstractAmazonIdentityManagement.createSAMLProvider(CreateSAMLProviderRequest request) |
CreateSAMLProviderResult |
AmazonIdentityManagement.createSAMLProvider(CreateSAMLProviderRequest createSAMLProviderRequest)
Creates an IAM resource that describes an identity provider (IdP) that
supports SAML 2.0.
|
Modifier and Type | Method and Description |
---|---|
Future<CreateSAMLProviderResult> |
AbstractAmazonIdentityManagementAsync.createSAMLProviderAsync(CreateSAMLProviderRequest request,
AsyncHandler<CreateSAMLProviderRequest,CreateSAMLProviderResult> asyncHandler) |
Future<CreateSAMLProviderResult> |
AmazonIdentityManagementAsync.createSAMLProviderAsync(CreateSAMLProviderRequest createSAMLProviderRequest,
AsyncHandler<CreateSAMLProviderRequest,CreateSAMLProviderResult> asyncHandler)
Creates an IAM resource that describes an identity provider (IdP) that
supports SAML 2.0.
|
Future<CreateSAMLProviderResult> |
AmazonIdentityManagementAsyncClient.createSAMLProviderAsync(CreateSAMLProviderRequest request,
AsyncHandler<CreateSAMLProviderRequest,CreateSAMLProviderResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
CreateSAMLProviderResult |
CreateSAMLProviderResult.clone() |
CreateSAMLProviderResult |
CreateSAMLProviderResult.withSAMLProviderArn(String sAMLProviderArn)
The Amazon Resource Name (ARN) of the new SAML provider resource in IAM.
|
Copyright © 2018. All rights reserved.