Uses of Class
software.amazon.awssdk.services.iot.model.SecurityProfileIdentifier
-
Packages that use SecurityProfileIdentifier Package Description software.amazon.awssdk.services.iot.model software.amazon.awssdk.services.iot.paginators -
-
Uses of SecurityProfileIdentifier in software.amazon.awssdk.services.iot.model
Methods in software.amazon.awssdk.services.iot.model that return SecurityProfileIdentifier Modifier and Type Method Description SecurityProfileIdentifierSecurityProfileTargetMapping. securityProfileIdentifier()Information that identifies the security profile.Methods in software.amazon.awssdk.services.iot.model that return types with arguments of type SecurityProfileIdentifier Modifier and Type Method Description List<SecurityProfileIdentifier>ListSecurityProfilesResponse. securityProfileIdentifiers()A list of security profile identifiers (names and ARNs).Methods in software.amazon.awssdk.services.iot.model with parameters of type SecurityProfileIdentifier Modifier and Type Method Description SecurityProfileTargetMapping.BuilderSecurityProfileTargetMapping.Builder. securityProfileIdentifier(SecurityProfileIdentifier securityProfileIdentifier)Information that identifies the security profile.ListSecurityProfilesResponse.BuilderListSecurityProfilesResponse.Builder. securityProfileIdentifiers(SecurityProfileIdentifier... securityProfileIdentifiers)A list of security profile identifiers (names and ARNs).Method parameters in software.amazon.awssdk.services.iot.model with type arguments of type SecurityProfileIdentifier Modifier and Type Method Description ListSecurityProfilesResponse.BuilderListSecurityProfilesResponse.Builder. securityProfileIdentifiers(Collection<SecurityProfileIdentifier> securityProfileIdentifiers)A list of security profile identifiers (names and ARNs). -
Uses of SecurityProfileIdentifier in software.amazon.awssdk.services.iot.paginators
Methods in software.amazon.awssdk.services.iot.paginators that return types with arguments of type SecurityProfileIdentifier Modifier and Type Method Description SdkIterable<SecurityProfileIdentifier>ListSecurityProfilesIterable. securityProfileIdentifiers()Returns an iterable to iterate through the paginatedListSecurityProfilesResponse.securityProfileIdentifiers()member.SdkPublisher<SecurityProfileIdentifier>ListSecurityProfilesPublisher. securityProfileIdentifiers()Returns a publisher that can be used to get a stream of data.
-