Uses of Interface
software.amazon.awssdk.services.greengrassv2.model.ListComponentVersionsRequest.Builder
-
Packages that use ListComponentVersionsRequest.Builder Package Description software.amazon.awssdk.services.greengrassv2 IoT Greengrass brings local compute, messaging, data management, sync, and ML inference capabilities to edge devices.software.amazon.awssdk.services.greengrassv2.model -
-
Uses of ListComponentVersionsRequest.Builder in software.amazon.awssdk.services.greengrassv2
-
Uses of ListComponentVersionsRequest.Builder in software.amazon.awssdk.services.greengrassv2.model
Methods in software.amazon.awssdk.services.greengrassv2.model that return ListComponentVersionsRequest.Builder Modifier and Type Method Description ListComponentVersionsRequest.BuilderListComponentVersionsRequest.Builder. arn(String arn)The ARN of the component.static ListComponentVersionsRequest.BuilderListComponentVersionsRequest. builder()ListComponentVersionsRequest.BuilderListComponentVersionsRequest.Builder. maxResults(Integer maxResults)The maximum number of results to be returned per paginated request.ListComponentVersionsRequest.BuilderListComponentVersionsRequest.Builder. nextToken(String nextToken)The token to be used for the next set of paginated results.ListComponentVersionsRequest.BuilderListComponentVersionsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListComponentVersionsRequest.BuilderListComponentVersionsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListComponentVersionsRequest.BuilderListComponentVersionsRequest. toBuilder()Methods in software.amazon.awssdk.services.greengrassv2.model that return types with arguments of type ListComponentVersionsRequest.Builder Modifier and Type Method Description static Class<? extends ListComponentVersionsRequest.Builder>ListComponentVersionsRequest. serializableBuilderClass()
-