クラスの使用
org.springframework.vault.authentication.AwsEc2AuthenticationOptions
AwsEc2AuthenticationOptions を使用するパッケージ
org.springframework.vault.authentication 内の AwsEc2AuthenticationOptions 使用
AwsEc2AuthenticationOptions として宣言されている org.springframework.vault.authentication のフィールド修飾子と型メソッド説明AwsEc2AuthenticationOptions.AwsEc2AuthenticationOptionsBuilder.build()新しいAwsEc2AuthenticationOptionsインスタンスを作成します。型 AwsEc2AuthenticationOptions のパラメーターを持つ org.springframework.vault.authentication のメソッド修飾子と型メソッド説明static AuthenticationStepsAwsEc2Authentication.createAuthenticationSteps(AwsEc2AuthenticationOptions options) AwsEc2AuthenticationOptionsを指定して、AWS-EC2 認証用のAuthenticationStepsを作成します。protected static AuthenticationStepsAwsEc2Authentication.createAuthenticationSteps(AwsEc2AuthenticationOptions options, AtomicReferenceSE<char[]> nonce, SupplierSE<char[]> nonceSupplier) 型 AwsEc2AuthenticationOptions のパラメーターを持つ org.springframework.vault.authentication のコンストラクター修飾子コンストラクター説明AwsEc2Authentication(AwsEc2AuthenticationOptions options, VaultClient vaultClient, RestClient awsMetadataClient) AwsEc2AuthenticationOptions、VaultClient、AWS メタデータ固有のRestClientを指定して新しいAwsEc2Authenticationを作成します。AwsEc2Authentication(AwsEc2AuthenticationOptions options, RestClient vaultClient, RestClient awsMetadataClient) AwsEc2AuthenticationOptions、VaultClient、AWS メタデータ固有のRestClientを指定して、新しいAwsEc2Authenticationを作成します。AwsEc2Authentication(AwsEc2AuthenticationOptions options, RestOperations vaultRestOperations, RestOperations awsMetadataRestOperations) 使用すべきではありません。