Package | Description |
---|---|
com.amazonaws.services.transfer.model |
Modifier and Type | Method and Description |
---|---|
IdentityProviderDetails |
IdentityProviderDetails.clone() |
IdentityProviderDetails |
CreateServerRequest.getIdentityProviderDetails()
Required when
IdentityProviderType is set to AWS_DIRECTORY_SERVICE or
API_GATEWAY . |
IdentityProviderDetails |
DescribedServer.getIdentityProviderDetails()
Specifies information to call a customer-supplied authentication API.
|
IdentityProviderDetails |
UpdateServerRequest.getIdentityProviderDetails()
An array containing all of the information required to call a customer's authentication API method.
|
IdentityProviderDetails |
IdentityProviderDetails.withDirectoryId(String directoryId)
The identifier of the Directory Service directory that you want to stop sharing.
|
IdentityProviderDetails |
IdentityProviderDetails.withFunction(String function)
The ARN for a lambda function to use for the Identity provider.
|
IdentityProviderDetails |
IdentityProviderDetails.withInvocationRole(String invocationRole)
Provides the type of
InvocationRole used to authenticate the user account. |
IdentityProviderDetails |
IdentityProviderDetails.withUrl(String url)
Provides the location of the service endpoint used to authenticate users.
|
Modifier and Type | Method and Description |
---|---|
void |
CreateServerRequest.setIdentityProviderDetails(IdentityProviderDetails identityProviderDetails)
Required when
IdentityProviderType is set to AWS_DIRECTORY_SERVICE or
API_GATEWAY . |
void |
DescribedServer.setIdentityProviderDetails(IdentityProviderDetails identityProviderDetails)
Specifies information to call a customer-supplied authentication API.
|
void |
UpdateServerRequest.setIdentityProviderDetails(IdentityProviderDetails identityProviderDetails)
An array containing all of the information required to call a customer's authentication API method.
|
CreateServerRequest |
CreateServerRequest.withIdentityProviderDetails(IdentityProviderDetails identityProviderDetails)
Required when
IdentityProviderType is set to AWS_DIRECTORY_SERVICE or
API_GATEWAY . |
DescribedServer |
DescribedServer.withIdentityProviderDetails(IdentityProviderDetails identityProviderDetails)
Specifies information to call a customer-supplied authentication API.
|
UpdateServerRequest |
UpdateServerRequest.withIdentityProviderDetails(IdentityProviderDetails identityProviderDetails)
An array containing all of the information required to call a customer's authentication API method.
|
Copyright © 2022. All rights reserved.