Uses of Class
software.amazon.awssdk.services.datasync.model.UpdateAgentResponse
-
Packages that use UpdateAgentResponse Package Description software.amazon.awssdk.services.datasync DataSync -
-
Uses of UpdateAgentResponse in software.amazon.awssdk.services.datasync
Methods in software.amazon.awssdk.services.datasync that return UpdateAgentResponse Modifier and Type Method Description default UpdateAgentResponseDataSyncClient. updateAgent(Consumer<UpdateAgentRequest.Builder> updateAgentRequest)Updates the name of an DataSync agent.default UpdateAgentResponseDataSyncClient. updateAgent(UpdateAgentRequest updateAgentRequest)Updates the name of an DataSync agent.Methods in software.amazon.awssdk.services.datasync that return types with arguments of type UpdateAgentResponse Modifier and Type Method Description default CompletableFuture<UpdateAgentResponse>DataSyncAsyncClient. updateAgent(Consumer<UpdateAgentRequest.Builder> updateAgentRequest)Updates the name of an DataSync agent.default CompletableFuture<UpdateAgentResponse>DataSyncAsyncClient. updateAgent(UpdateAgentRequest updateAgentRequest)Updates the name of an DataSync agent.
-