Uses of Interface
software.amazon.awssdk.services.ec2.model.CreateKeyPairRequest.Builder
Packages that use CreateKeyPairRequest.Builder
Package
Description
-
Uses of CreateKeyPairRequest.Builder in software.amazon.awssdk.services.ec2
Method parameters in software.amazon.awssdk.services.ec2 with type arguments of type CreateKeyPairRequest.BuilderModifier and TypeMethodDescriptiondefault CompletableFuture<CreateKeyPairResponse>Ec2AsyncClient.createKeyPair(Consumer<CreateKeyPairRequest.Builder> createKeyPairRequest) Creates an ED25519 or 2048-bit RSA key pair with the specified name and in the specified format.default CreateKeyPairResponseEc2Client.createKeyPair(Consumer<CreateKeyPairRequest.Builder> createKeyPairRequest) Creates an ED25519 or 2048-bit RSA key pair with the specified name and in the specified format. -
Uses of CreateKeyPairRequest.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return CreateKeyPairRequest.BuilderModifier and TypeMethodDescriptionstatic CreateKeyPairRequest.BuilderCreateKeyPairRequest.builder()Checks whether you have the required permissions for the action, without actually making the request, and provides an error response.The format of the key pair.The format of the key pair.A unique name for the key pair.The type of key pair.The type of key pair.CreateKeyPairRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) CreateKeyPairRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) CreateKeyPairRequest.Builder.tagSpecifications(Collection<TagSpecification> tagSpecifications) The tags to apply to the new key pair.CreateKeyPairRequest.Builder.tagSpecifications(Consumer<TagSpecification.Builder>... tagSpecifications) The tags to apply to the new key pair.CreateKeyPairRequest.Builder.tagSpecifications(TagSpecification... tagSpecifications) The tags to apply to the new key pair.CreateKeyPairRequest.toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type CreateKeyPairRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends CreateKeyPairRequest.Builder>CreateKeyPairRequest.serializableBuilderClass()