| Package | Description |
|---|---|
| software.amazon.awssdk.services.transfer |
Transfer Family is a fully managed service that enables the transfer of files over the File Transfer Protocol (FTP),
File Transfer Protocol over SSL (FTPS), or Secure Shell (SSH) File Transfer Protocol (SFTP) directly into and out of
Amazon Simple Storage Service (Amazon S3) or Amazon EFS.
|
| software.amazon.awssdk.services.transfer.model |
| Modifier and Type | Method and Description |
|---|---|
default DeleteProfileResponse |
TransferClient.deleteProfile(Consumer<DeleteProfileRequest.Builder> deleteProfileRequest)
Deletes the profile that's specified in the
ProfileId parameter. |
default CompletableFuture<DeleteProfileResponse> |
TransferAsyncClient.deleteProfile(Consumer<DeleteProfileRequest.Builder> deleteProfileRequest)
Deletes the profile that's specified in the
ProfileId parameter. |
| Modifier and Type | Method and Description |
|---|---|
static DeleteProfileRequest.Builder |
DeleteProfileRequest.builder() |
DeleteProfileRequest.Builder |
DeleteProfileRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DeleteProfileRequest.Builder |
DeleteProfileRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DeleteProfileRequest.Builder |
DeleteProfileRequest.Builder.profileId(String profileId)
The identifier of the profile that you are deleting.
|
DeleteProfileRequest.Builder |
DeleteProfileRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DeleteProfileRequest.Builder> |
DeleteProfileRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.