Uses of Interface
software.amazon.awssdk.services.securityhub.model.AwsIamAccessKeySessionContext.Builder
-
Packages that use AwsIamAccessKeySessionContext.Builder Package Description software.amazon.awssdk.services.securityhub.model -
-
Uses of AwsIamAccessKeySessionContext.Builder in software.amazon.awssdk.services.securityhub.model
Methods in software.amazon.awssdk.services.securityhub.model that return AwsIamAccessKeySessionContext.Builder Modifier and Type Method Description default AwsIamAccessKeySessionContext.BuilderAwsIamAccessKeySessionContext.Builder. attributes(Consumer<AwsIamAccessKeySessionContextAttributes.Builder> attributes)Attributes of the session that the key was used for.AwsIamAccessKeySessionContext.BuilderAwsIamAccessKeySessionContext.Builder. attributes(AwsIamAccessKeySessionContextAttributes attributes)Attributes of the session that the key was used for.static AwsIamAccessKeySessionContext.BuilderAwsIamAccessKeySessionContext. builder()default AwsIamAccessKeySessionContext.BuilderAwsIamAccessKeySessionContext.Builder. sessionIssuer(Consumer<AwsIamAccessKeySessionContextSessionIssuer.Builder> sessionIssuer)Information about the entity that created the session.AwsIamAccessKeySessionContext.BuilderAwsIamAccessKeySessionContext.Builder. sessionIssuer(AwsIamAccessKeySessionContextSessionIssuer sessionIssuer)Information about the entity that created the session.AwsIamAccessKeySessionContext.BuilderAwsIamAccessKeySessionContext. toBuilder()Methods in software.amazon.awssdk.services.securityhub.model that return types with arguments of type AwsIamAccessKeySessionContext.Builder Modifier and Type Method Description static Class<? extends AwsIamAccessKeySessionContext.Builder>AwsIamAccessKeySessionContext. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.securityhub.model with type arguments of type AwsIamAccessKeySessionContext.Builder Modifier and Type Method Description default AwsIamAccessKeyDetails.BuilderAwsIamAccessKeyDetails.Builder. sessionContext(Consumer<AwsIamAccessKeySessionContext.Builder> sessionContext)Information about the session that the key was used for.
-