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