Uses of Interface
software.amazon.awssdk.services.ec2.model.DeleteKeyPairRequest.Builder
Packages that use DeleteKeyPairRequest.Builder
Package
Description
-
Uses of DeleteKeyPairRequest.Builder in software.amazon.awssdk.services.ec2
Method parameters in software.amazon.awssdk.services.ec2 with type arguments of type DeleteKeyPairRequest.BuilderModifier and TypeMethodDescriptiondefault CompletableFuture<DeleteKeyPairResponse>Ec2AsyncClient.deleteKeyPair(Consumer<DeleteKeyPairRequest.Builder> deleteKeyPairRequest) Deletes the specified key pair, by removing the public key from Amazon EC2.default DeleteKeyPairResponseEc2Client.deleteKeyPair(Consumer<DeleteKeyPairRequest.Builder> deleteKeyPairRequest) Deletes the specified key pair, by removing the public key from Amazon EC2. -
Uses of DeleteKeyPairRequest.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return DeleteKeyPairRequest.BuilderModifier and TypeMethodDescriptionstatic DeleteKeyPairRequest.BuilderDeleteKeyPairRequest.builder()Checks whether you have the required permissions for the action, without actually making the request, and provides an error response.The name of the key pair.The ID of the key pair.DeleteKeyPairRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) DeleteKeyPairRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) DeleteKeyPairRequest.toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type DeleteKeyPairRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends DeleteKeyPairRequest.Builder>DeleteKeyPairRequest.serializableBuilderClass()