Uses of Interface
software.amazon.awssdk.services.vpclattice.model.GetServiceNetworkRequest.Builder
-
Packages that use GetServiceNetworkRequest.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 GetServiceNetworkRequest.Builder in software.amazon.awssdk.services.vpclattice
Method parameters in software.amazon.awssdk.services.vpclattice with type arguments of type GetServiceNetworkRequest.Builder Modifier and Type Method Description default CompletableFuture<GetServiceNetworkResponse>VpcLatticeAsyncClient. getServiceNetwork(Consumer<GetServiceNetworkRequest.Builder> getServiceNetworkRequest)Retrieves information about the specified service network.default GetServiceNetworkResponseVpcLatticeClient. getServiceNetwork(Consumer<GetServiceNetworkRequest.Builder> getServiceNetworkRequest)Retrieves information about the specified service network. -
Uses of GetServiceNetworkRequest.Builder in software.amazon.awssdk.services.vpclattice.model
Methods in software.amazon.awssdk.services.vpclattice.model that return GetServiceNetworkRequest.Builder Modifier and Type Method Description static GetServiceNetworkRequest.BuilderGetServiceNetworkRequest. builder()GetServiceNetworkRequest.BuilderGetServiceNetworkRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetServiceNetworkRequest.BuilderGetServiceNetworkRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetServiceNetworkRequest.BuilderGetServiceNetworkRequest.Builder. serviceNetworkIdentifier(String serviceNetworkIdentifier)The ID or Amazon Resource Name (ARN) of the service network.GetServiceNetworkRequest.BuilderGetServiceNetworkRequest. toBuilder()Methods in software.amazon.awssdk.services.vpclattice.model that return types with arguments of type GetServiceNetworkRequest.Builder Modifier and Type Method Description static Class<? extends GetServiceNetworkRequest.Builder>GetServiceNetworkRequest. serializableBuilderClass()
-