Uses of Class
pl.wrzasq.lambda.cform.organization.model.OrganizationRequest
-
Packages that use OrganizationRequest Package Description pl.wrzasq.lambda.cform.organization pl.wrzasq.lambda.cform.organization.service -
-
Uses of OrganizationRequest in pl.wrzasq.lambda.cform.organization
Method parameters in pl.wrzasq.lambda.cform.organization with type arguments of type OrganizationRequest Modifier and Type Method Description voidHandler. handle(com.sunrun.cfnresponse.CfnRequest<OrganizationRequest> request, com.amazonaws.services.lambda.runtime.Context context)Handles invocation. -
Uses of OrganizationRequest in pl.wrzasq.lambda.cform.organization.service
Methods in pl.wrzasq.lambda.cform.organization.service with parameters of type OrganizationRequest Modifier and Type Method Description pl.wrzasq.commons.aws.cloudformation.CustomResourceResponse<OrganizationResponse>OrganizationManager. delete(OrganizationRequest input, String physicalResourceId)Handles organization deletion.pl.wrzasq.commons.aws.cloudformation.CustomResourceResponse<OrganizationResponse>OrganizationManager. sync(OrganizationRequest input, String physicalResourceId)Handles organization creation.
-