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