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