Uses of Class
software.amazon.awssdk.services.securityhub.model.AwsIamAccessKeySessionContextAttributes
-
Packages that use AwsIamAccessKeySessionContextAttributes Package Description software.amazon.awssdk.services.securityhub.model -
-
Uses of AwsIamAccessKeySessionContextAttributes in software.amazon.awssdk.services.securityhub.model
Methods in software.amazon.awssdk.services.securityhub.model that return AwsIamAccessKeySessionContextAttributes Modifier and Type Method Description AwsIamAccessKeySessionContextAttributesAwsIamAccessKeySessionContext. attributes()Attributes of the session that the key was used for.Methods in software.amazon.awssdk.services.securityhub.model with parameters of type AwsIamAccessKeySessionContextAttributes Modifier and Type Method Description AwsIamAccessKeySessionContext.BuilderAwsIamAccessKeySessionContext.Builder. attributes(AwsIamAccessKeySessionContextAttributes attributes)Attributes of the session that the key was used for.
-