Uses of Interface
software.amazon.awssdk.services.rolesanywhere.RolesAnywhereClient
-
Packages that use RolesAnywhereClient 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.software.amazon.awssdk.services.rolesanywhere.paginators -
-
Uses of RolesAnywhereClient in software.amazon.awssdk.services.rolesanywhere
Methods in software.amazon.awssdk.services.rolesanywhere that return RolesAnywhereClient Modifier and Type Method Description static RolesAnywhereClientRolesAnywhereClient. create()Create aRolesAnywhereClientwith the region loaded from theDefaultAwsRegionProviderChainand credentials loaded from theDefaultCredentialsProvider. -
Uses of RolesAnywhereClient in software.amazon.awssdk.services.rolesanywhere.paginators
Constructors in software.amazon.awssdk.services.rolesanywhere.paginators with parameters of type RolesAnywhereClient Constructor Description ListCrlsIterable(RolesAnywhereClient client, ListCrlsRequest firstRequest)ListProfilesIterable(RolesAnywhereClient client, ListProfilesRequest firstRequest)ListSubjectsIterable(RolesAnywhereClient client, ListSubjectsRequest firstRequest)ListTrustAnchorsIterable(RolesAnywhereClient client, ListTrustAnchorsRequest firstRequest)
-