Uses of Interface
software.amazon.awssdk.services.ec2.model.GetAllowedImagesSettingsRequest.Builder
-
Packages that use GetAllowedImagesSettingsRequest.Builder Package Description software.amazon.awssdk.services.ec2 Amazon Elastic Compute Cloud software.amazon.awssdk.services.ec2.model -
-
Uses of GetAllowedImagesSettingsRequest.Builder in software.amazon.awssdk.services.ec2
Method parameters in software.amazon.awssdk.services.ec2 with type arguments of type GetAllowedImagesSettingsRequest.Builder Modifier and Type Method Description default CompletableFuture<GetAllowedImagesSettingsResponse>Ec2AsyncClient. getAllowedImagesSettings(Consumer<GetAllowedImagesSettingsRequest.Builder> getAllowedImagesSettingsRequest)Gets the current state of the Allowed AMIs setting and the list of Allowed AMIs criteria at the account level in the specified Region.default GetAllowedImagesSettingsResponseEc2Client. getAllowedImagesSettings(Consumer<GetAllowedImagesSettingsRequest.Builder> getAllowedImagesSettingsRequest)Gets the current state of the Allowed AMIs setting and the list of Allowed AMIs criteria at the account level in the specified Region. -
Uses of GetAllowedImagesSettingsRequest.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return GetAllowedImagesSettingsRequest.Builder Modifier and Type Method Description static GetAllowedImagesSettingsRequest.BuilderGetAllowedImagesSettingsRequest. builder()GetAllowedImagesSettingsRequest.BuilderGetAllowedImagesSettingsRequest.Builder. dryRun(Boolean dryRun)Checks whether you have the required permissions for the action, without actually making the request, and provides an error response.GetAllowedImagesSettingsRequest.BuilderGetAllowedImagesSettingsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetAllowedImagesSettingsRequest.BuilderGetAllowedImagesSettingsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetAllowedImagesSettingsRequest.BuilderGetAllowedImagesSettingsRequest. toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type GetAllowedImagesSettingsRequest.Builder Modifier and Type Method Description static Class<? extends GetAllowedImagesSettingsRequest.Builder>GetAllowedImagesSettingsRequest. serializableBuilderClass()
-