Uses of Class
software.amazon.awssdk.services.securitylake.model.AwsIdentity
-
Packages that use AwsIdentity Package Description software.amazon.awssdk.services.securitylake.model -
-
Uses of AwsIdentity in software.amazon.awssdk.services.securitylake.model
Methods in software.amazon.awssdk.services.securitylake.model that return AwsIdentity Modifier and Type Method Description AwsIdentityCustomLogSourceConfiguration. providerIdentity()The identity of the log provider for the third-party custom source.AwsIdentityCreateSubscriberRequest. subscriberIdentity()The AWS identity used to access your data.AwsIdentitySubscriberResource. subscriberIdentity()The AWS identity used to access your data.AwsIdentityUpdateSubscriberRequest. subscriberIdentity()The AWS identity used to access your data.Methods in software.amazon.awssdk.services.securitylake.model with parameters of type AwsIdentity Modifier and Type Method Description CustomLogSourceConfiguration.BuilderCustomLogSourceConfiguration.Builder. providerIdentity(AwsIdentity providerIdentity)The identity of the log provider for the third-party custom source.CreateSubscriberRequest.BuilderCreateSubscriberRequest.Builder. subscriberIdentity(AwsIdentity subscriberIdentity)The AWS identity used to access your data.SubscriberResource.BuilderSubscriberResource.Builder. subscriberIdentity(AwsIdentity subscriberIdentity)The AWS identity used to access your data.UpdateSubscriberRequest.BuilderUpdateSubscriberRequest.Builder. subscriberIdentity(AwsIdentity subscriberIdentity)The AWS identity used to access your data.
-