Uses of Interface
software.amazon.awssdk.services.sts.model.GetFederationTokenResponse.Builder
Packages that use GetFederationTokenResponse.Builder
-
Uses of GetFederationTokenResponse.Builder in software.amazon.awssdk.services.sts.model
Methods in software.amazon.awssdk.services.sts.model that return GetFederationTokenResponse.BuilderModifier and TypeMethodDescriptionGetFederationTokenResponse.builder()GetFederationTokenResponse.Builder.credentials(Consumer<Credentials.Builder> credentials) The temporary security credentials, which include an access key ID, a secret access key, and a security (or session) token.GetFederationTokenResponse.Builder.credentials(Credentials credentials) The temporary security credentials, which include an access key ID, a secret access key, and a security (or session) token.GetFederationTokenResponse.Builder.federatedUser(Consumer<FederatedUser.Builder> federatedUser) Identifiers for the federated user associated with the credentials (such asarn:aws:sts::123456789012:federated-user/Bobor123456789012:Bob).GetFederationTokenResponse.Builder.federatedUser(FederatedUser federatedUser) Identifiers for the federated user associated with the credentials (such asarn:aws:sts::123456789012:federated-user/Bobor123456789012:Bob).GetFederationTokenResponse.Builder.packedPolicySize(Integer packedPolicySize) A percentage value that indicates the packed size of the session policies and session tags combined passed in the request.GetFederationTokenResponse.toBuilder()Methods in software.amazon.awssdk.services.sts.model that return types with arguments of type GetFederationTokenResponse.BuilderModifier and TypeMethodDescriptionstatic Class<? extends GetFederationTokenResponse.Builder>GetFederationTokenResponse.serializableBuilderClass()