Uses of Class
software.amazon.awssdk.services.iotsitewise.model.CreateAccessPolicyResponse
-
Packages that use CreateAccessPolicyResponse Package Description software.amazon.awssdk.services.iotsitewise Welcome to the IoT SiteWise API Reference. -
-
Uses of CreateAccessPolicyResponse in software.amazon.awssdk.services.iotsitewise
Methods in software.amazon.awssdk.services.iotsitewise that return CreateAccessPolicyResponse Modifier and Type Method Description default CreateAccessPolicyResponseIoTSiteWiseClient. createAccessPolicy(Consumer<CreateAccessPolicyRequest.Builder> createAccessPolicyRequest)Creates an access policy that grants the specified identity (IAM Identity Center user, IAM Identity Center group, or IAM user) access to the specified IoT SiteWise Monitor portal or project resource.default CreateAccessPolicyResponseIoTSiteWiseClient. createAccessPolicy(CreateAccessPolicyRequest createAccessPolicyRequest)Creates an access policy that grants the specified identity (IAM Identity Center user, IAM Identity Center group, or IAM user) access to the specified IoT SiteWise Monitor portal or project resource.Methods in software.amazon.awssdk.services.iotsitewise that return types with arguments of type CreateAccessPolicyResponse Modifier and Type Method Description default CompletableFuture<CreateAccessPolicyResponse>IoTSiteWiseAsyncClient. createAccessPolicy(Consumer<CreateAccessPolicyRequest.Builder> createAccessPolicyRequest)Creates an access policy that grants the specified identity (IAM Identity Center user, IAM Identity Center group, or IAM user) access to the specified IoT SiteWise Monitor portal or project resource.default CompletableFuture<CreateAccessPolicyResponse>IoTSiteWiseAsyncClient. createAccessPolicy(CreateAccessPolicyRequest createAccessPolicyRequest)Creates an access policy that grants the specified identity (IAM Identity Center user, IAM Identity Center group, or IAM user) access to the specified IoT SiteWise Monitor portal or project resource.
-