Uses of Interface
software.amazon.awssdk.services.lightsail.model.UnpeerVpcRequest.Builder
-
Packages that use UnpeerVpcRequest.Builder Package Description software.amazon.awssdk.services.lightsail Amazon Lightsail is the easiest way to get started with Amazon Web Services (Amazon Web Services) for developers who need to build websites or web applications.software.amazon.awssdk.services.lightsail.model -
-
Uses of UnpeerVpcRequest.Builder in software.amazon.awssdk.services.lightsail
Method parameters in software.amazon.awssdk.services.lightsail with type arguments of type UnpeerVpcRequest.Builder Modifier and Type Method Description default CompletableFuture<UnpeerVpcResponse>LightsailAsyncClient. unpeerVpc(Consumer<UnpeerVpcRequest.Builder> unpeerVpcRequest)Unpeers the Lightsail VPC from the user's default VPC.default UnpeerVpcResponseLightsailClient. unpeerVpc(Consumer<UnpeerVpcRequest.Builder> unpeerVpcRequest)Unpeers the Lightsail VPC from the user's default VPC. -
Uses of UnpeerVpcRequest.Builder in software.amazon.awssdk.services.lightsail.model
Methods in software.amazon.awssdk.services.lightsail.model that return UnpeerVpcRequest.Builder Modifier and Type Method Description static UnpeerVpcRequest.BuilderUnpeerVpcRequest. builder()UnpeerVpcRequest.BuilderUnpeerVpcRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UnpeerVpcRequest.BuilderUnpeerVpcRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UnpeerVpcRequest.BuilderUnpeerVpcRequest. toBuilder()Methods in software.amazon.awssdk.services.lightsail.model that return types with arguments of type UnpeerVpcRequest.Builder Modifier and Type Method Description static Class<? extends UnpeerVpcRequest.Builder>UnpeerVpcRequest. serializableBuilderClass()
-