| Package | Description |
|---|---|
| software.amazon.awssdk.services.datasync |
|
| software.amazon.awssdk.services.datasync.model |
| Modifier and Type | Method and Description |
|---|---|
default CreateAgentResponse |
DataSyncClient.createAgent(Consumer<CreateAgentRequest.Builder> createAgentRequest)
Activates an DataSync agent that you have deployed on your host.
|
default CompletableFuture<CreateAgentResponse> |
DataSyncAsyncClient.createAgent(Consumer<CreateAgentRequest.Builder> createAgentRequest)
Activates an DataSync agent that you have deployed on your host.
|
| Modifier and Type | Method and Description |
|---|---|
CreateAgentRequest.Builder |
CreateAgentRequest.Builder.activationKey(String activationKey)
Your agent activation key.
|
CreateAgentRequest.Builder |
CreateAgentRequest.Builder.agentName(String agentName)
The name you configured for your agent.
|
static CreateAgentRequest.Builder |
CreateAgentRequest.builder() |
CreateAgentRequest.Builder |
CreateAgentRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateAgentRequest.Builder |
CreateAgentRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateAgentRequest.Builder |
CreateAgentRequest.Builder.securityGroupArns(Collection<String> securityGroupArns)
The ARNs of the security groups used to protect your data transfer task subnets.
|
CreateAgentRequest.Builder |
CreateAgentRequest.Builder.securityGroupArns(String... securityGroupArns)
The ARNs of the security groups used to protect your data transfer task subnets.
|
CreateAgentRequest.Builder |
CreateAgentRequest.Builder.subnetArns(Collection<String> subnetArns)
The Amazon Resource Names (ARNs) of the subnets in which DataSync will create elastic network interfaces for
each data transfer task.
|
CreateAgentRequest.Builder |
CreateAgentRequest.Builder.subnetArns(String... subnetArns)
The Amazon Resource Names (ARNs) of the subnets in which DataSync will create elastic network interfaces for
each data transfer task.
|
CreateAgentRequest.Builder |
CreateAgentRequest.Builder.tags(Collection<TagListEntry> tags)
The key-value pair that represents the tag that you want to associate with the agent.
|
CreateAgentRequest.Builder |
CreateAgentRequest.Builder.tags(Consumer<TagListEntry.Builder>... tags)
The key-value pair that represents the tag that you want to associate with the agent.
|
CreateAgentRequest.Builder |
CreateAgentRequest.Builder.tags(TagListEntry... tags)
The key-value pair that represents the tag that you want to associate with the agent.
|
CreateAgentRequest.Builder |
CreateAgentRequest.toBuilder() |
CreateAgentRequest.Builder |
CreateAgentRequest.Builder.vpcEndpointId(String vpcEndpointId)
The ID of the VPC (virtual private cloud) endpoint that the agent has access to.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CreateAgentRequest.Builder> |
CreateAgentRequest.serializableBuilderClass() |
Copyright © 2022. All rights reserved.