Uses of Interface
software.amazon.awssdk.services.greengrass.model.GetServiceRoleForAccountRequest.Builder
-
Packages that use GetServiceRoleForAccountRequest.Builder Package Description software.amazon.awssdk.services.greengrass AWS IoT Greengrass seamlessly extends AWS onto physical devices so they can act locally on the data they generate, while still using the cloud for management, analytics, and durable storage.software.amazon.awssdk.services.greengrass.model -
-
Uses of GetServiceRoleForAccountRequest.Builder in software.amazon.awssdk.services.greengrass
Method parameters in software.amazon.awssdk.services.greengrass with type arguments of type GetServiceRoleForAccountRequest.Builder Modifier and Type Method Description default CompletableFuture<GetServiceRoleForAccountResponse>GreengrassAsyncClient. getServiceRoleForAccount(Consumer<GetServiceRoleForAccountRequest.Builder> getServiceRoleForAccountRequest)Retrieves the service role that is attached to your account.default GetServiceRoleForAccountResponseGreengrassClient. getServiceRoleForAccount(Consumer<GetServiceRoleForAccountRequest.Builder> getServiceRoleForAccountRequest)Retrieves the service role that is attached to your account. -
Uses of GetServiceRoleForAccountRequest.Builder in software.amazon.awssdk.services.greengrass.model
Methods in software.amazon.awssdk.services.greengrass.model that return GetServiceRoleForAccountRequest.Builder Modifier and Type Method Description static GetServiceRoleForAccountRequest.BuilderGetServiceRoleForAccountRequest. builder()GetServiceRoleForAccountRequest.BuilderGetServiceRoleForAccountRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetServiceRoleForAccountRequest.BuilderGetServiceRoleForAccountRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetServiceRoleForAccountRequest.BuilderGetServiceRoleForAccountRequest. toBuilder()Methods in software.amazon.awssdk.services.greengrass.model that return types with arguments of type GetServiceRoleForAccountRequest.Builder Modifier and Type Method Description static Class<? extends GetServiceRoleForAccountRequest.Builder>GetServiceRoleForAccountRequest. serializableBuilderClass()
-