Uses of Interface
software.amazon.awssdk.services.ec2.model.DescribeKeyPairsRequest.Builder
Packages that use DescribeKeyPairsRequest.Builder
Package
Description
-
Uses of DescribeKeyPairsRequest.Builder in software.amazon.awssdk.services.ec2
Method parameters in software.amazon.awssdk.services.ec2 with type arguments of type DescribeKeyPairsRequest.BuilderModifier and TypeMethodDescriptionEc2AsyncClient.describeKeyPairs(Consumer<DescribeKeyPairsRequest.Builder> describeKeyPairsRequest) Describes the specified key pairs or all of your key pairs.default DescribeKeyPairsResponseEc2Client.describeKeyPairs(Consumer<DescribeKeyPairsRequest.Builder> describeKeyPairsRequest) Describes the specified key pairs or all of your key pairs. -
Uses of DescribeKeyPairsRequest.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return DescribeKeyPairsRequest.BuilderModifier and TypeMethodDescriptionDescribeKeyPairsRequest.builder()Checks whether you have the required permissions for the action, without actually making the request, and provides an error response.DescribeKeyPairsRequest.Builder.filters(Collection<Filter> filters) The filters.DescribeKeyPairsRequest.Builder.filters(Consumer<Filter.Builder>... filters) The filters.The filters.DescribeKeyPairsRequest.Builder.includePublicKey(Boolean includePublicKey) Iftrue, the public key material is included in the response.The key pair names.DescribeKeyPairsRequest.Builder.keyNames(Collection<String> keyNames) The key pair names.DescribeKeyPairsRequest.Builder.keyPairIds(String... keyPairIds) The IDs of the key pairs.DescribeKeyPairsRequest.Builder.keyPairIds(Collection<String> keyPairIds) The IDs of the key pairs.DescribeKeyPairsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) DescribeKeyPairsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) DescribeKeyPairsRequest.toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type DescribeKeyPairsRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends DescribeKeyPairsRequest.Builder>DescribeKeyPairsRequest.serializableBuilderClass() -
Uses of DescribeKeyPairsRequest.Builder in software.amazon.awssdk.services.ec2.waiters
Method parameters in software.amazon.awssdk.services.ec2.waiters with type arguments of type DescribeKeyPairsRequest.BuilderModifier and TypeMethodDescriptionEc2AsyncWaiter.waitUntilKeyPairExists(Consumer<DescribeKeyPairsRequest.Builder> describeKeyPairsRequest) PollsEc2AsyncClient.describeKeyPairs(software.amazon.awssdk.services.ec2.model.DescribeKeyPairsRequest)API until the desired conditionKeyPairExistsis met, or until it is determined that the resource will never enter into the desired state.Ec2AsyncWaiter.waitUntilKeyPairExists(Consumer<DescribeKeyPairsRequest.Builder> describeKeyPairsRequest, Consumer<WaiterOverrideConfiguration.Builder> overrideConfig) PollsEc2AsyncClient.describeKeyPairs(software.amazon.awssdk.services.ec2.model.DescribeKeyPairsRequest)API until the desired conditionKeyPairExistsis met, or until it is determined that the resource will never enter into the desired state.default WaiterResponse<DescribeKeyPairsResponse>Ec2Waiter.waitUntilKeyPairExists(Consumer<DescribeKeyPairsRequest.Builder> describeKeyPairsRequest) PollsEc2Client.describeKeyPairs(software.amazon.awssdk.services.ec2.model.DescribeKeyPairsRequest)API until the desired conditionKeyPairExistsis met, or until it is determined that the resource will never enter into the desired state.default WaiterResponse<DescribeKeyPairsResponse>Ec2Waiter.waitUntilKeyPairExists(Consumer<DescribeKeyPairsRequest.Builder> describeKeyPairsRequest, Consumer<WaiterOverrideConfiguration.Builder> overrideConfig) PollsEc2Client.describeKeyPairs(software.amazon.awssdk.services.ec2.model.DescribeKeyPairsRequest)API until the desired conditionKeyPairExistsis met, or until it is determined that the resource will never enter into the desired state.