Uses of Class
software.amazon.awssdk.services.datasync.model.DescribeAgentResponse
-
Packages that use DescribeAgentResponse Package Description software.amazon.awssdk.services.datasync DataSync -
-
Uses of DescribeAgentResponse in software.amazon.awssdk.services.datasync
Methods in software.amazon.awssdk.services.datasync that return DescribeAgentResponse Modifier and Type Method Description default DescribeAgentResponseDataSyncClient. describeAgent(Consumer<DescribeAgentRequest.Builder> 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.Methods in software.amazon.awssdk.services.datasync that return types with arguments of type DescribeAgentResponse Modifier and Type Method Description default CompletableFuture<DescribeAgentResponse>DataSyncAsyncClient. describeAgent(Consumer<DescribeAgentRequest.Builder> describeAgentRequest)Returns information about an DataSync agent, such as its name, service endpoint type, and status.default CompletableFuture<DescribeAgentResponse>DataSyncAsyncClient. describeAgent(DescribeAgentRequest describeAgentRequest)Returns information about an DataSync agent, such as its name, service endpoint type, and status.
-