Uses of Class
software.amazon.awssdk.services.drs.model.AssociateSourceNetworkStackRequest
-
Packages that use AssociateSourceNetworkStackRequest Package Description software.amazon.awssdk.services.drs AWS Elastic Disaster Recovery Service.software.amazon.awssdk.services.drs.transform -
-
Uses of AssociateSourceNetworkStackRequest in software.amazon.awssdk.services.drs
Methods in software.amazon.awssdk.services.drs with parameters of type AssociateSourceNetworkStackRequest Modifier and Type Method Description default CompletableFuture<AssociateSourceNetworkStackResponse>DrsAsyncClient. associateSourceNetworkStack(AssociateSourceNetworkStackRequest 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. -
Uses of AssociateSourceNetworkStackRequest in software.amazon.awssdk.services.drs.transform
Methods in software.amazon.awssdk.services.drs.transform with parameters of type AssociateSourceNetworkStackRequest Modifier and Type Method Description SdkHttpFullRequestAssociateSourceNetworkStackRequestMarshaller. marshall(AssociateSourceNetworkStackRequest associateSourceNetworkStackRequest)
-