Uses of Interface
software.amazon.awssdk.services.sagemaker.model.CreateEndpointResponse.Builder
-
Packages that use CreateEndpointResponse.Builder Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of CreateEndpointResponse.Builder in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return CreateEndpointResponse.Builder Modifier and Type Method Description static CreateEndpointResponse.Builder
CreateEndpointResponse. builder()
CreateEndpointResponse.Builder
CreateEndpointResponse.Builder. endpointArn(String endpointArn)
The Amazon Resource Name (ARN) of the endpoint.CreateEndpointResponse.Builder
CreateEndpointResponse. toBuilder()
Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type CreateEndpointResponse.Builder Modifier and Type Method Description static Class<? extends CreateEndpointResponse.Builder>
CreateEndpointResponse. serializableBuilderClass()
-