Uses of Interface
software.amazon.awssdk.services.greengrassv2.model.ListComponentsRequest.Builder
-
Packages that use ListComponentsRequest.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 ListComponentsRequest.Builder in software.amazon.awssdk.services.greengrassv2
-
Uses of ListComponentsRequest.Builder in software.amazon.awssdk.services.greengrassv2.model
Methods in software.amazon.awssdk.services.greengrassv2.model that return ListComponentsRequest.Builder Modifier and Type Method Description static ListComponentsRequest.BuilderListComponentsRequest. builder()ListComponentsRequest.BuilderListComponentsRequest.Builder. maxResults(Integer maxResults)The maximum number of results to be returned per paginated request.ListComponentsRequest.BuilderListComponentsRequest.Builder. nextToken(String nextToken)The token to be used for the next set of paginated results.ListComponentsRequest.BuilderListComponentsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListComponentsRequest.BuilderListComponentsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListComponentsRequest.BuilderListComponentsRequest.Builder. scope(String scope)The scope of the components to list.ListComponentsRequest.BuilderListComponentsRequest.Builder. scope(ComponentVisibilityScope scope)The scope of the components to list.ListComponentsRequest.BuilderListComponentsRequest. toBuilder()Methods in software.amazon.awssdk.services.greengrassv2.model that return types with arguments of type ListComponentsRequest.Builder Modifier and Type Method Description static Class<? extends ListComponentsRequest.Builder>ListComponentsRequest. serializableBuilderClass()
-