Uses of Interface
software.amazon.awssdk.services.mgn.model.AssociateApplicationsRequest.Builder
-
Packages that use AssociateApplicationsRequest.Builder Package Description software.amazon.awssdk.services.mgn The Application Migration Service service.software.amazon.awssdk.services.mgn.model -
-
Uses of AssociateApplicationsRequest.Builder in software.amazon.awssdk.services.mgn
Method parameters in software.amazon.awssdk.services.mgn with type arguments of type AssociateApplicationsRequest.Builder Modifier and Type Method Description default CompletableFuture<AssociateApplicationsResponse>MgnAsyncClient. associateApplications(Consumer<AssociateApplicationsRequest.Builder> associateApplicationsRequest)Associate applications to wave.default AssociateApplicationsResponseMgnClient. associateApplications(Consumer<AssociateApplicationsRequest.Builder> associateApplicationsRequest)Associate applications to wave. -
Uses of AssociateApplicationsRequest.Builder in software.amazon.awssdk.services.mgn.model
Methods in software.amazon.awssdk.services.mgn.model that return types with arguments of type AssociateApplicationsRequest.Builder Modifier and Type Method Description static Class<? extends AssociateApplicationsRequest.Builder>AssociateApplicationsRequest. serializableBuilderClass()
-