Uses of Interface
software.amazon.awssdk.services.vpclattice.endpoints.VpcLatticeEndpointParams.Builder
-
Packages that use VpcLatticeEndpointParams.Builder Package Description software.amazon.awssdk.services.vpclattice.endpoints -
-
Uses of VpcLatticeEndpointParams.Builder in software.amazon.awssdk.services.vpclattice.endpoints
Methods in software.amazon.awssdk.services.vpclattice.endpoints that return VpcLatticeEndpointParams.Builder Modifier and Type Method Description static VpcLatticeEndpointParams.BuilderVpcLatticeEndpointParams. builder()VpcLatticeEndpointParams.BuilderVpcLatticeEndpointParams.Builder. endpoint(String endpoint)VpcLatticeEndpointParams.BuilderVpcLatticeEndpointParams.Builder. region(Region region)VpcLatticeEndpointParams.BuilderVpcLatticeEndpointParams. toBuilder()VpcLatticeEndpointParams.BuilderVpcLatticeEndpointParams.Builder. useDualStack(Boolean useDualStack)VpcLatticeEndpointParams.BuilderVpcLatticeEndpointParams.Builder. useFips(Boolean useFIPS)Method parameters in software.amazon.awssdk.services.vpclattice.endpoints with type arguments of type VpcLatticeEndpointParams.Builder Modifier and Type Method Description default CompletableFuture<Endpoint>VpcLatticeEndpointProvider. resolveEndpoint(Consumer<VpcLatticeEndpointParams.Builder> endpointParamsConsumer)Compute the endpoint based on the given set of parameters.
-