Uses of Interface
software.amazon.awssdk.services.rekognition.model.GetLabelDetectionRequestMetadata.Builder
-
Packages that use GetLabelDetectionRequestMetadata.Builder Package Description software.amazon.awssdk.services.rekognition.model -
-
Uses of GetLabelDetectionRequestMetadata.Builder in software.amazon.awssdk.services.rekognition.model
Methods in software.amazon.awssdk.services.rekognition.model that return GetLabelDetectionRequestMetadata.Builder Modifier and Type Method Description GetLabelDetectionRequestMetadata.BuilderGetLabelDetectionRequestMetadata.Builder. aggregateBy(String aggregateBy)The aggregation method chosen for a GetLabelDetection request.GetLabelDetectionRequestMetadata.BuilderGetLabelDetectionRequestMetadata.Builder. aggregateBy(LabelDetectionAggregateBy aggregateBy)The aggregation method chosen for a GetLabelDetection request.static GetLabelDetectionRequestMetadata.BuilderGetLabelDetectionRequestMetadata. builder()GetLabelDetectionRequestMetadata.BuilderGetLabelDetectionRequestMetadata.Builder. sortBy(String sortBy)The sorting method chosen for a GetLabelDetection request.GetLabelDetectionRequestMetadata.BuilderGetLabelDetectionRequestMetadata.Builder. sortBy(LabelDetectionSortBy sortBy)The sorting method chosen for a GetLabelDetection request.GetLabelDetectionRequestMetadata.BuilderGetLabelDetectionRequestMetadata. toBuilder()Methods in software.amazon.awssdk.services.rekognition.model that return types with arguments of type GetLabelDetectionRequestMetadata.Builder Modifier and Type Method Description static Class<? extends GetLabelDetectionRequestMetadata.Builder>GetLabelDetectionRequestMetadata. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.rekognition.model with type arguments of type GetLabelDetectionRequestMetadata.Builder Modifier and Type Method Description default GetLabelDetectionResponse.BuilderGetLabelDetectionResponse.Builder. getRequestMetadata(Consumer<GetLabelDetectionRequestMetadata.Builder> getRequestMetadata)Information about the paramters used when getting a response.
-