Uses of Class
software.amazon.awssdk.services.sts.model.StsRequest
-
Packages that use StsRequest Package Description software.amazon.awssdk.services.sts.internal software.amazon.awssdk.services.sts.model -
-
Uses of StsRequest in software.amazon.awssdk.services.sts.internal
Methods in software.amazon.awssdk.services.sts.internal with type parameters of type StsRequest Modifier and Type Method Description static <T extends StsRequest>
TUserAgentUtils. applyPaginatorUserAgent(T request)static <T extends StsRequest>
TUserAgentUtils. applyUserAgentInfo(T request, Consumer<AwsRequestOverrideConfiguration.Builder> userAgentApplier) -
Uses of StsRequest in software.amazon.awssdk.services.sts.model
Subclasses of StsRequest in software.amazon.awssdk.services.sts.model Modifier and Type Class Description classAssumeRoleRequestclassAssumeRoleWithSamlRequestclassAssumeRoleWithWebIdentityRequestclassAssumeRootRequestclassDecodeAuthorizationMessageRequestclassGetAccessKeyInfoRequestclassGetCallerIdentityRequestclassGetFederationTokenRequestclassGetSessionTokenRequestMethods in software.amazon.awssdk.services.sts.model that return StsRequest Modifier and Type Method Description StsRequestStsRequest.Builder. build()Constructors in software.amazon.awssdk.services.sts.model with parameters of type StsRequest Constructor Description BuilderImpl(StsRequest request)
-