Uses of Interface
software.amazon.awssdk.services.ec2.model.ImportKeyPairRequest.Builder
Packages that use ImportKeyPairRequest.Builder
Package
Description
-
Uses of ImportKeyPairRequest.Builder in software.amazon.awssdk.services.ec2
Method parameters in software.amazon.awssdk.services.ec2 with type arguments of type ImportKeyPairRequest.BuilderModifier and TypeMethodDescriptiondefault CompletableFuture<ImportKeyPairResponse>Ec2AsyncClient.importKeyPair(Consumer<ImportKeyPairRequest.Builder> importKeyPairRequest) Imports the public key from an RSA or ED25519 key pair that you created using a third-party tool.default ImportKeyPairResponseEc2Client.importKeyPair(Consumer<ImportKeyPairRequest.Builder> importKeyPairRequest) Imports the public key from an RSA or ED25519 key pair that you created using a third-party tool. -
Uses of ImportKeyPairRequest.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return ImportKeyPairRequest.BuilderModifier and TypeMethodDescriptionstatic ImportKeyPairRequest.BuilderImportKeyPairRequest.builder()Checks whether you have the required permissions for the action, without actually making the request, and provides an error response.A unique name for the key pair.ImportKeyPairRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) ImportKeyPairRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) ImportKeyPairRequest.Builder.publicKeyMaterial(SdkBytes publicKeyMaterial) The public key.ImportKeyPairRequest.Builder.tagSpecifications(Collection<TagSpecification> tagSpecifications) The tags to apply to the imported key pair.ImportKeyPairRequest.Builder.tagSpecifications(Consumer<TagSpecification.Builder>... tagSpecifications) The tags to apply to the imported key pair.ImportKeyPairRequest.Builder.tagSpecifications(TagSpecification... tagSpecifications) The tags to apply to the imported key pair.ImportKeyPairRequest.toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type ImportKeyPairRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ImportKeyPairRequest.Builder>ImportKeyPairRequest.serializableBuilderClass()