Uses of Interface
software.amazon.awssdk.services.vpclattice.model.GetServiceNetworkVpcAssociationRequest.Builder
-
Packages that use GetServiceNetworkVpcAssociationRequest.Builder Package Description software.amazon.awssdk.services.vpclattice Amazon VPC Lattice is a fully managed application networking service that you use to connect, secure, and monitor all of your services across multiple accounts and virtual private clouds (VPCs).software.amazon.awssdk.services.vpclattice.model -
-
Uses of GetServiceNetworkVpcAssociationRequest.Builder in software.amazon.awssdk.services.vpclattice
Method parameters in software.amazon.awssdk.services.vpclattice with type arguments of type GetServiceNetworkVpcAssociationRequest.Builder Modifier and Type Method Description default CompletableFuture<GetServiceNetworkVpcAssociationResponse>VpcLatticeAsyncClient. getServiceNetworkVpcAssociation(Consumer<GetServiceNetworkVpcAssociationRequest.Builder> getServiceNetworkVpcAssociationRequest)Retrieves information about the association between a service network and a VPC.default GetServiceNetworkVpcAssociationResponseVpcLatticeClient. getServiceNetworkVpcAssociation(Consumer<GetServiceNetworkVpcAssociationRequest.Builder> getServiceNetworkVpcAssociationRequest)Retrieves information about the association between a service network and a VPC. -
Uses of GetServiceNetworkVpcAssociationRequest.Builder in software.amazon.awssdk.services.vpclattice.model
Methods in software.amazon.awssdk.services.vpclattice.model that return GetServiceNetworkVpcAssociationRequest.Builder Modifier and Type Method Description static GetServiceNetworkVpcAssociationRequest.BuilderGetServiceNetworkVpcAssociationRequest. builder()GetServiceNetworkVpcAssociationRequest.BuilderGetServiceNetworkVpcAssociationRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetServiceNetworkVpcAssociationRequest.BuilderGetServiceNetworkVpcAssociationRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetServiceNetworkVpcAssociationRequest.BuilderGetServiceNetworkVpcAssociationRequest.Builder. serviceNetworkVpcAssociationIdentifier(String serviceNetworkVpcAssociationIdentifier)The ID or Amazon Resource Name (ARN) of the association.GetServiceNetworkVpcAssociationRequest.BuilderGetServiceNetworkVpcAssociationRequest. toBuilder()Methods in software.amazon.awssdk.services.vpclattice.model that return types with arguments of type GetServiceNetworkVpcAssociationRequest.Builder Modifier and Type Method Description static Class<? extends GetServiceNetworkVpcAssociationRequest.Builder>GetServiceNetworkVpcAssociationRequest. serializableBuilderClass()
-