Uses of Interface
software.amazon.awssdk.services.ec2.model.GetCapacityManagerAttributesRequest.Builder
-
Packages that use GetCapacityManagerAttributesRequest.Builder Package Description software.amazon.awssdk.services.ec2 Amazon Elastic Compute Cloud software.amazon.awssdk.services.ec2.model -
-
Uses of GetCapacityManagerAttributesRequest.Builder in software.amazon.awssdk.services.ec2
Method parameters in software.amazon.awssdk.services.ec2 with type arguments of type GetCapacityManagerAttributesRequest.Builder Modifier and Type Method Description default CompletableFuture<GetCapacityManagerAttributesResponse>Ec2AsyncClient. getCapacityManagerAttributes(Consumer<GetCapacityManagerAttributesRequest.Builder> getCapacityManagerAttributesRequest)Retrieves the current configuration and status of EC2 Capacity Manager for your account, including enablement status, Organizations access settings, and data ingestion status.default GetCapacityManagerAttributesResponseEc2Client. getCapacityManagerAttributes(Consumer<GetCapacityManagerAttributesRequest.Builder> getCapacityManagerAttributesRequest)Retrieves the current configuration and status of EC2 Capacity Manager for your account, including enablement status, Organizations access settings, and data ingestion status. -
Uses of GetCapacityManagerAttributesRequest.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return GetCapacityManagerAttributesRequest.Builder Modifier and Type Method Description static GetCapacityManagerAttributesRequest.BuilderGetCapacityManagerAttributesRequest. builder()GetCapacityManagerAttributesRequest.BuilderGetCapacityManagerAttributesRequest.Builder. dryRun(Boolean dryRun)Checks whether you have the required permissions for the action, without actually making the request, and provides an error response.GetCapacityManagerAttributesRequest.BuilderGetCapacityManagerAttributesRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetCapacityManagerAttributesRequest.BuilderGetCapacityManagerAttributesRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetCapacityManagerAttributesRequest.BuilderGetCapacityManagerAttributesRequest. toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type GetCapacityManagerAttributesRequest.Builder Modifier and Type Method Description static Class<? extends GetCapacityManagerAttributesRequest.Builder>GetCapacityManagerAttributesRequest. serializableBuilderClass()
-