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