Uses of Class
software.amazon.awssdk.services.elasticache.model.AuthorizeCacheSecurityGroupIngressRequest
-
Packages that use AuthorizeCacheSecurityGroupIngressRequest Package Description software.amazon.awssdk.services.elasticache Amazon ElastiCache software.amazon.awssdk.services.elasticache.transform -
-
Uses of AuthorizeCacheSecurityGroupIngressRequest in software.amazon.awssdk.services.elasticache
Methods in software.amazon.awssdk.services.elasticache with parameters of type AuthorizeCacheSecurityGroupIngressRequest Modifier and Type Method Description default CompletableFuture<AuthorizeCacheSecurityGroupIngressResponse>ElastiCacheAsyncClient. authorizeCacheSecurityGroupIngress(AuthorizeCacheSecurityGroupIngressRequest authorizeCacheSecurityGroupIngressRequest)Allows network ingress to a cache security group.default AuthorizeCacheSecurityGroupIngressResponseElastiCacheClient. authorizeCacheSecurityGroupIngress(AuthorizeCacheSecurityGroupIngressRequest authorizeCacheSecurityGroupIngressRequest)Allows network ingress to a cache security group. -
Uses of AuthorizeCacheSecurityGroupIngressRequest in software.amazon.awssdk.services.elasticache.transform
Methods in software.amazon.awssdk.services.elasticache.transform with parameters of type AuthorizeCacheSecurityGroupIngressRequest Modifier and Type Method Description SdkHttpFullRequestAuthorizeCacheSecurityGroupIngressRequestMarshaller. marshall(AuthorizeCacheSecurityGroupIngressRequest authorizeCacheSecurityGroupIngressRequest)
-