Uses of Class
software.amazon.awssdk.services.rolesanywhere.model.CreateTrustAnchorResponse
-
Packages that use CreateTrustAnchorResponse Package Description software.amazon.awssdk.services.rolesanywhere Identity and Access Management Roles Anywhere provides a secure way for your workloads such as servers, containers, and applications that run outside of Amazon Web Services to obtain temporary Amazon Web Services credentials. -
-
Uses of CreateTrustAnchorResponse in software.amazon.awssdk.services.rolesanywhere
Methods in software.amazon.awssdk.services.rolesanywhere that return CreateTrustAnchorResponse Modifier and Type Method Description default CreateTrustAnchorResponseRolesAnywhereClient. createTrustAnchor(Consumer<CreateTrustAnchorRequest.Builder> createTrustAnchorRequest)Creates a trust anchor to establish trust between IAM Roles Anywhere and your certificate authority (CA).default CreateTrustAnchorResponseRolesAnywhereClient. createTrustAnchor(CreateTrustAnchorRequest createTrustAnchorRequest)Creates a trust anchor to establish trust between IAM Roles Anywhere and your certificate authority (CA).Methods in software.amazon.awssdk.services.rolesanywhere that return types with arguments of type CreateTrustAnchorResponse Modifier and Type Method Description default CompletableFuture<CreateTrustAnchorResponse>RolesAnywhereAsyncClient. createTrustAnchor(Consumer<CreateTrustAnchorRequest.Builder> createTrustAnchorRequest)Creates a trust anchor to establish trust between IAM Roles Anywhere and your certificate authority (CA).default CompletableFuture<CreateTrustAnchorResponse>RolesAnywhereAsyncClient. createTrustAnchor(CreateTrustAnchorRequest createTrustAnchorRequest)Creates a trust anchor to establish trust between IAM Roles Anywhere and your certificate authority (CA).
-