Uses of Class
software.amazon.awssdk.services.datasync.model.DescribeAgentRequest
-
Packages that use DescribeAgentRequest Package Description software.amazon.awssdk.services.datasync DataSync software.amazon.awssdk.services.datasync.transform -
-
Uses of DescribeAgentRequest in software.amazon.awssdk.services.datasync
Methods in software.amazon.awssdk.services.datasync with parameters of type DescribeAgentRequest Modifier and Type Method Description default CompletableFuture<DescribeAgentResponse>DataSyncAsyncClient. describeAgent(DescribeAgentRequest describeAgentRequest)Returns information about an DataSync agent, such as its name, service endpoint type, and status.default DescribeAgentResponseDataSyncClient. describeAgent(DescribeAgentRequest describeAgentRequest)Returns information about an DataSync agent, such as its name, service endpoint type, and status. -
Uses of DescribeAgentRequest in software.amazon.awssdk.services.datasync.transform
Methods in software.amazon.awssdk.services.datasync.transform with parameters of type DescribeAgentRequest Modifier and Type Method Description SdkHttpFullRequestDescribeAgentRequestMarshaller. marshall(DescribeAgentRequest describeAgentRequest)
-