| Package | Description |
|---|---|
| com.amazonaws.services.transfer |
AWS Transfer for SFTP is a fully managed service that enables the transfer of files directly into and out of Amazon
S3 using the Secure File Transfer Protocol (SFTP)—also known as Secure Shell (SSH) File Transfer Protocol.
|
| com.amazonaws.services.transfer.model |
| Modifier and Type | Method and Description |
|---|---|
TestIdentityProviderResult |
AbstractAWSTransfer.testIdentityProvider(TestIdentityProviderRequest request) |
TestIdentityProviderResult |
AWSTransferClient.testIdentityProvider(TestIdentityProviderRequest request)
If the
IdentityProviderType of the server is API_Gateway, tests whether your API
Gateway is set up successfully. |
TestIdentityProviderResult |
AWSTransfer.testIdentityProvider(TestIdentityProviderRequest testIdentityProviderRequest)
If the
IdentityProviderType of the server is API_Gateway, tests whether your API
Gateway is set up successfully. |
| Modifier and Type | Method and Description |
|---|---|
Future<TestIdentityProviderResult> |
AbstractAWSTransferAsync.testIdentityProviderAsync(TestIdentityProviderRequest request,
AsyncHandler<TestIdentityProviderRequest,TestIdentityProviderResult> asyncHandler) |
Future<TestIdentityProviderResult> |
AWSTransferAsyncClient.testIdentityProviderAsync(TestIdentityProviderRequest request,
AsyncHandler<TestIdentityProviderRequest,TestIdentityProviderResult> asyncHandler) |
Future<TestIdentityProviderResult> |
AWSTransferAsync.testIdentityProviderAsync(TestIdentityProviderRequest testIdentityProviderRequest,
AsyncHandler<TestIdentityProviderRequest,TestIdentityProviderResult> asyncHandler)
If the
IdentityProviderType of the server is API_Gateway, tests whether your API
Gateway is set up successfully. |
| Modifier and Type | Method and Description |
|---|---|
TestIdentityProviderResult |
TestIdentityProviderResult.clone() |
TestIdentityProviderResult |
TestIdentityProviderResult.withMessage(String message)
A message that indicates whether the test was successful or not.
|
TestIdentityProviderResult |
TestIdentityProviderResult.withResponse(String response)
The response that is returned from your API Gateway.
|
TestIdentityProviderResult |
TestIdentityProviderResult.withStatusCode(Integer statusCode)
The HTTP status code that is the response from your API Gateway.
|
TestIdentityProviderResult |
TestIdentityProviderResult.withUrl(String url)
The endpoint of the service used to authenticate a user.
|
Copyright © 2019. All rights reserved.