Uses of Interface
software.amazon.awssdk.services.ec2.model.GetGroupsForCapacityReservationRequest.Builder
Packages that use GetGroupsForCapacityReservationRequest.Builder
Package
Description
-
Uses of GetGroupsForCapacityReservationRequest.Builder in software.amazon.awssdk.services.ec2
Method parameters in software.amazon.awssdk.services.ec2 with type arguments of type GetGroupsForCapacityReservationRequest.BuilderModifier and TypeMethodDescriptionEc2AsyncClient.getGroupsForCapacityReservation(Consumer<GetGroupsForCapacityReservationRequest.Builder> getGroupsForCapacityReservationRequest) Lists the resource groups to which a Capacity Reservation has been added.Ec2Client.getGroupsForCapacityReservation(Consumer<GetGroupsForCapacityReservationRequest.Builder> getGroupsForCapacityReservationRequest) Lists the resource groups to which a Capacity Reservation has been added.Ec2AsyncClient.getGroupsForCapacityReservationPaginator(Consumer<GetGroupsForCapacityReservationRequest.Builder> getGroupsForCapacityReservationRequest) This is a variant ofEc2AsyncClient.getGroupsForCapacityReservation(software.amazon.awssdk.services.ec2.model.GetGroupsForCapacityReservationRequest)operation.Ec2Client.getGroupsForCapacityReservationPaginator(Consumer<GetGroupsForCapacityReservationRequest.Builder> getGroupsForCapacityReservationRequest) This is a variant ofEc2Client.getGroupsForCapacityReservation(software.amazon.awssdk.services.ec2.model.GetGroupsForCapacityReservationRequest)operation. -
Uses of GetGroupsForCapacityReservationRequest.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return GetGroupsForCapacityReservationRequest.BuilderModifier and TypeMethodDescriptionGetGroupsForCapacityReservationRequest.builder()GetGroupsForCapacityReservationRequest.Builder.capacityReservationId(String capacityReservationId) The ID of the Capacity Reservation.Checks whether you have the required permissions for the action, without actually making the request, and provides an error response.GetGroupsForCapacityReservationRequest.Builder.maxResults(Integer maxResults) The maximum number of items to return for this request.The token to use to retrieve the next page of results.GetGroupsForCapacityReservationRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) GetGroupsForCapacityReservationRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) GetGroupsForCapacityReservationRequest.toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type GetGroupsForCapacityReservationRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends GetGroupsForCapacityReservationRequest.Builder>GetGroupsForCapacityReservationRequest.serializableBuilderClass()