Uses of Interface
software.amazon.awssdk.services.ec2.model.ImportKeyPairRequest.Builder
-
Packages that use ImportKeyPairRequest.Builder Package Description software.amazon.awssdk.services.ec2 Amazon Elastic Compute Cloud software.amazon.awssdk.services.ec2.model -
-
Uses of ImportKeyPairRequest.Builder in software.amazon.awssdk.services.ec2
Method parameters in software.amazon.awssdk.services.ec2 with type arguments of type ImportKeyPairRequest.Builder Modifier and Type Method Description default 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.Builder Modifier and Type Method Description static ImportKeyPairRequest.BuilderImportKeyPairRequest. builder()ImportKeyPairRequest.BuilderImportKeyPairRequest.Builder. dryRun(Boolean dryRun)Checks whether you have the required permissions for the action, without actually making the request, and provides an error response.ImportKeyPairRequest.BuilderImportKeyPairRequest.Builder. keyName(String keyName)A unique name for the key pair.ImportKeyPairRequest.BuilderImportKeyPairRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ImportKeyPairRequest.BuilderImportKeyPairRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ImportKeyPairRequest.BuilderImportKeyPairRequest.Builder. publicKeyMaterial(SdkBytes publicKeyMaterial)The public key.ImportKeyPairRequest.BuilderImportKeyPairRequest.Builder. tagSpecifications(Collection<TagSpecification> tagSpecifications)The tags to apply to the imported key pair.ImportKeyPairRequest.BuilderImportKeyPairRequest.Builder. tagSpecifications(Consumer<TagSpecification.Builder>... tagSpecifications)The tags to apply to the imported key pair.ImportKeyPairRequest.BuilderImportKeyPairRequest.Builder. tagSpecifications(TagSpecification... tagSpecifications)The tags to apply to the imported key pair.ImportKeyPairRequest.BuilderImportKeyPairRequest. toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type ImportKeyPairRequest.Builder Modifier and Type Method Description static Class<? extends ImportKeyPairRequest.Builder>ImportKeyPairRequest. serializableBuilderClass()
-