Uses of Interface
software.amazon.awssdk.services.comprehend.model.CreateEndpointResponse.Builder
-
Packages that use CreateEndpointResponse.Builder Package Description software.amazon.awssdk.services.comprehend.model -
-
Uses of CreateEndpointResponse.Builder in software.amazon.awssdk.services.comprehend.model
Methods in software.amazon.awssdk.services.comprehend.model that return CreateEndpointResponse.Builder Modifier and Type Method Description static CreateEndpointResponse.BuilderCreateEndpointResponse. builder()CreateEndpointResponse.BuilderCreateEndpointResponse.Builder. endpointArn(String endpointArn)The Amazon Resource Number (ARN) of the endpoint being created.CreateEndpointResponse.BuilderCreateEndpointResponse.Builder. modelArn(String modelArn)The Amazon Resource Number (ARN) of the model to which the endpoint is attached.CreateEndpointResponse.BuilderCreateEndpointResponse. toBuilder()Methods in software.amazon.awssdk.services.comprehend.model that return types with arguments of type CreateEndpointResponse.Builder Modifier and Type Method Description static Class<? extends CreateEndpointResponse.Builder>CreateEndpointResponse. serializableBuilderClass()
-