Uses of Interface
software.amazon.awssdk.services.sagemaker.model.ListEndpointConfigsResponse.Builder
-
Packages that use ListEndpointConfigsResponse.Builder Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of ListEndpointConfigsResponse.Builder in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return ListEndpointConfigsResponse.Builder Modifier and Type Method Description static ListEndpointConfigsResponse.BuilderListEndpointConfigsResponse. builder()ListEndpointConfigsResponse.BuilderListEndpointConfigsResponse.Builder. endpointConfigs(Collection<EndpointConfigSummary> endpointConfigs)An array of endpoint configurations.ListEndpointConfigsResponse.BuilderListEndpointConfigsResponse.Builder. endpointConfigs(Consumer<EndpointConfigSummary.Builder>... endpointConfigs)An array of endpoint configurations.ListEndpointConfigsResponse.BuilderListEndpointConfigsResponse.Builder. endpointConfigs(EndpointConfigSummary... endpointConfigs)An array of endpoint configurations.ListEndpointConfigsResponse.BuilderListEndpointConfigsResponse.Builder. nextToken(String nextToken)If the response is truncated, SageMaker returns this token.ListEndpointConfigsResponse.BuilderListEndpointConfigsResponse. toBuilder()Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type ListEndpointConfigsResponse.Builder Modifier and Type Method Description static Class<? extends ListEndpointConfigsResponse.Builder>ListEndpointConfigsResponse. serializableBuilderClass()
-