Uses of Class
software.amazon.awssdk.services.drs.model.AssociateSourceNetworkStackResponse
-
Packages that use AssociateSourceNetworkStackResponse Package Description software.amazon.awssdk.services.drs AWS Elastic Disaster Recovery Service. -
-
Uses of AssociateSourceNetworkStackResponse in software.amazon.awssdk.services.drs
Methods in software.amazon.awssdk.services.drs that return AssociateSourceNetworkStackResponse Modifier and Type Method Description default AssociateSourceNetworkStackResponseDrsClient. associateSourceNetworkStack(Consumer<AssociateSourceNetworkStackRequest.Builder> associateSourceNetworkStackRequest)Associate a Source Network to an existing CloudFormation Stack and modify launch templates to use this network.default AssociateSourceNetworkStackResponseDrsClient. associateSourceNetworkStack(AssociateSourceNetworkStackRequest associateSourceNetworkStackRequest)Associate a Source Network to an existing CloudFormation Stack and modify launch templates to use this network.Methods in software.amazon.awssdk.services.drs that return types with arguments of type AssociateSourceNetworkStackResponse Modifier and Type Method Description default CompletableFuture<AssociateSourceNetworkStackResponse>DrsAsyncClient. associateSourceNetworkStack(Consumer<AssociateSourceNetworkStackRequest.Builder> associateSourceNetworkStackRequest)Associate a Source Network to an existing CloudFormation Stack and modify launch templates to use this network.default CompletableFuture<AssociateSourceNetworkStackResponse>DrsAsyncClient. associateSourceNetworkStack(AssociateSourceNetworkStackRequest associateSourceNetworkStackRequest)Associate a Source Network to an existing CloudFormation Stack and modify launch templates to use this network.
-